configuration / system / ext-auth / ldap / mappings / mapping[ID]

CLI REST-API

mapping

mapping
This is a read-write object and valid values are strings.

Datatype-Help:
value must be a string.



See also:
/configuration/system/ext-auth/ldap/mappings/mapping[ID]
/configuration/system/ext-auth/ldap/mappings/mapping[ID]/enable

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/system/ext-auth/ldap/mappings/mapping.*


Example using curl:
curl /api/configuration/system/ext-auth/ldap/mappings/mapping.*


Method: PATCH
URL: /api/configuration/system/ext-auth/ldap/mappings/mapping.*
Body:
{
  "mapping": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/mappings/mapping.* -d
{
  "mapping": "Meinberg"
}